/
-
app
...
/
-
app/tests
...
TestPage.ts
Application.ts
/
-
boot
boot.css
boot.d.ts
early-0.js
early-1-with-knockout.js
/
-
imports
/
-
imports/knockout
knockout-3.0.0.js
/
-
storage
/
-
storage/attached
/
-
storage/attached/api
LoadStorage.ts
DetectStorage.ts
LoadStorageRecipient.ts
UpdateStorage.ts
LocalStorageStorage.ts
WebSQLStorage.ts
/
-
tests
_sampleTests.ts
/
-
typings
knockout.d.ts
websql.d.ts
stringUtils.ts
teapo.html
delete
html
zip
Load text...
Load base64...
+
>>
10
1
module
teapo
.
tests
{
2
3
export
class
TestPage
{
4
5
constructor
() {
6
}
7
8
}
9
10
}